home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mm / mm-0.90 / help / TOPICS.DIR / TOP.DIR / message-sequence.HLP < prev    next >
Encoding:
Text File  |  1990-12-18  |  3.2 KB  |  74 lines

  1. MESSAGE-SEQUENCE
  2.  
  3. A message-sequence is any expression used with an MM Top-Level command to
  4.   define a set of messages.  For example, in "headers all", "all" is the 
  5.   message-sequence.  MM has a wide variety of message-sequences that allow 
  6.   you to review and handle your mail efficiently.
  7.  
  8. Some of the message-sequences are used alone, like "all", while others
  9.   take further values or text.  "before" for example takes a date.
  10.  
  11. Message-sequences can be combined.  For example: "from howie since tues",
  12.   "before Aug 6 1990 subject meeting", "recent from sue", "55:*" (messages
  13.   55 to last), "1:40 text comput from jo".
  14. --------------------------------------------------
  15.  
  16. MESSAGE NUMBERS: 
  17.   n          message number "n" (3= message 3)
  18.   n,m        messages number "n" and "m"  (3,5= messages 3 and 5)
  19.   n:m        messages "n" to "m" inclusive  (3:5= messages 3 to 5)
  20.   n-m        messages "n" to "m" inclusive  (3-5= messages 3 to 5)
  21.   n+m        "m" messages, starting with message "n"  (3+5= messages 3 to 7)
  22.   
  23. ALL, INVERSE:  All messages in the mail file.  all = starting with the 
  24.   oldest, inverse = starting with the latest.
  25.  
  26. CURRENT or . (period):  The message most recently read or otherwise acted
  27.   upon by an MM command.  Can be used as a number, like ".+20"
  28.  
  29. LAST [number]:  For example, "last 3"= the last 3 messages in the mail file.
  30. LAST or * (asterisk):  The last message in the mail file.
  31.  
  32. AFTER, BEFORE, ON, SINCE [date or day]:  For example, "before Sept 1 1990",
  33.   "before Mon".  SINCE = both ON and AFTER.
  34.  
  35. FROM, TO [userid/address or name]:  For example, "from jb51" or "from jo".
  36.   Searches the FROM or TO lines of messages.  The name can be just part of
  37.   the name, like "jo" for John or Joseph.  If the name includes spaces, 
  38.   use quotes around it: from "John Doe" .
  39.  
  40. SUBJECT, TEXT [text]:  For example, "subject comput".  If the text contains
  41.   spaces, use quotes around it:  subject "New York" .  Searches the subject
  42.   line or the message text, respectively.
  43.   
  44. The following sequences are based on message status.  Message status is
  45. shown by letters in the output of the HEADERS command.  Use the FLAG and
  46. KEYWORD commands to mark messages for retrieval later with the message-
  47. sequences FLAGGED or KEYWORD [word].
  48.  
  49.    ANSWERED, UNANSWERED:  Status A (answered: you sent a reply) or not.
  50.  
  51.    DELETED, UNDELETED:  Status D (marked for deletion) or not.
  52.  
  53.    FLAGGED, FLAGGED:  Status F (flagged as important) or not.
  54.  
  55.    KEYWORD, UNKEYWORD [keyword]: For example, "keyword bird" refers to
  56.      messages with the keyword "bird".  
  57.  
  58.    NEW:  Status N (new [RECENT and UNSEEN]) or not.
  59.  
  60.    RECENT:  Status R (recent: arrived during this MM session) or not. 
  61.  
  62.    SEEN, UNSEEN:  "unseen" is status N or U (unseen: messages you have not
  63.    seen yet); "seen" is any message you have seen with the READ, TYPE or
  64.    BROWSE commands.
  65.   
  66. LONGER, SHORTER [number]:  For example, "longer 500"= messages longer than
  67.   500 characters.  Searches by length of message including header fields.
  68.  
  69. PREVIOUS-SEQUENCE:  The message-sequence most recently used.  Abbreviate as
  70.   "pr" or even "p".  For example, if you try "headers from mel since mon",
  71.   and that is the correct set of messages, you can read them by typing
  72.   "read pr" or even "r p", rather than retyping the message-sequence.
  73.  
  74.